Uses of Class
org.openspml.v2.msg.spml.SchemaEntityRef

Packages that use SchemaEntityRef
org.openspml.v2.msg.spml   
org.openspml.v2.msg.spmlref   
 

Uses of SchemaEntityRef in org.openspml.v2.msg.spml
 

Methods in org.openspml.v2.msg.spml that return SchemaEntityRef
 SchemaEntityRef[] Capability.getAppliesTo()
           
 SchemaEntityRef[] Schema.getSupportedSchemaEntities()
           
 

Methods in org.openspml.v2.msg.spml with parameters of type SchemaEntityRef
 void Capability.addAppliesTo(SchemaEntityRef appliesTo)
           
 boolean Capability.removeAppliesTo(SchemaEntityRef appliesTo)
           
 void Capability.clearAppliesTo(SchemaEntityRef appliesTo)
           
 void Schema.addSupportedSchemaEntity(SchemaEntityRef se)
           
 boolean Schema.removeSupportedSchemaEntity(SchemaEntityRef se)
           
 

Constructors in org.openspml.v2.msg.spml with parameters of type SchemaEntityRef
Capability(SchemaEntityRef[] appliesTo, java.net.URI namespaceURI, java.net.URI location)
           
Schema(SchemaEntityRef[] supportedSchemaEntity, java.net.URI ref)
           
 

Uses of SchemaEntityRef in org.openspml.v2.msg.spmlref
 

Methods in org.openspml.v2.msg.spmlref that return SchemaEntityRef
 SchemaEntityRef ReferenceDefinition.getSchemaEntity()
           
 SchemaEntityRef[] ReferenceDefinition.getCanReferTo()
           
 SchemaEntityRef[] ReferenceDefinition.getReferenceDataType()
           
 

Methods in org.openspml.v2.msg.spmlref with parameters of type SchemaEntityRef
 void ReferenceDefinition.setSchemaEntity(SchemaEntityRef schemaEntity)
           
 void ReferenceDefinition.addCanReferTo(SchemaEntityRef canReferTo)
           
 boolean ReferenceDefinition.removeCanReferTo(SchemaEntityRef canReferTo)
           
 void ReferenceDefinition.addReferenceDataType(SchemaEntityRef referenceDataType)
           
 boolean ReferenceDefinition.removeReferenceDataType(SchemaEntityRef referenceDataType)
           
 

Constructors in org.openspml.v2.msg.spmlref with parameters of type SchemaEntityRef
ReferenceDefinition(SchemaEntityRef schemaEntity, SchemaEntityRef[] canReferTo, SchemaEntityRef[] referenceDataType, java.lang.String typeOfReference)
           
 



Copyright © Sun Microsystems, Inc. All Rights Reserved.