|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectList
public class RegistryObjectList
Java class for RegistryObjectListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegistryObjectListType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ExtrinsicObject" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryPackage" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Classification" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Association" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Identifiable" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<AssociationType1> |
associations
|
protected java.util.List<ClassificationType> |
classifications
|
protected java.util.List<ExtrinsicObjectType> |
extrinsicObjects
|
protected java.util.List<javax.xml.bind.JAXBElement<? extends IdentifiableType>> |
identifiables
|
protected java.util.List<RegistryPackageType> |
registryPackages
|
Constructor Summary | |
---|---|
RegistryObjectList()
|
Method Summary | |
---|---|
java.util.List<AssociationType1> |
getAssociations()
Gets the value of the associations property. |
java.util.List<ClassificationType> |
getClassifications()
Gets the value of the classifications property. |
java.util.List<ExtrinsicObjectType> |
getExtrinsicObjects()
Gets the value of the extrinsicObjects property. |
java.util.List<javax.xml.bind.JAXBElement<? extends IdentifiableType>> |
getIdentifiables()
Gets the value of the identifiables property. |
java.util.List<RegistryPackageType> |
getRegistryPackages()
Gets the value of the registryPackages property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<ExtrinsicObjectType> extrinsicObjects
protected java.util.List<RegistryPackageType> registryPackages
protected java.util.List<ClassificationType> classifications
protected java.util.List<AssociationType1> associations
protected java.util.List<javax.xml.bind.JAXBElement<? extends IdentifiableType>> identifiables
Constructor Detail |
---|
public RegistryObjectList()
Method Detail |
---|
public java.util.List<ExtrinsicObjectType> getExtrinsicObjects()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the extrinsicObjects property.
For example, to add a new item, do as follows:
getExtrinsicObjects().add(newItem);
Objects of the following type(s) are allowed in the list
ExtrinsicObjectType
public java.util.List<RegistryPackageType> getRegistryPackages()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the registryPackages property.
For example, to add a new item, do as follows:
getRegistryPackages().add(newItem);
Objects of the following type(s) are allowed in the list
RegistryPackageType
public java.util.List<ClassificationType> getClassifications()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the classifications property.
For example, to add a new item, do as follows:
getClassifications().add(newItem);
Objects of the following type(s) are allowed in the list
ClassificationType
public java.util.List<AssociationType1> getAssociations()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the associations property.
For example, to add a new item, do as follows:
getAssociations().add(newItem);
Objects of the following type(s) are allowed in the list
AssociationType1
public java.util.List<javax.xml.bind.JAXBElement<? extends IdentifiableType>> getIdentifiables()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the identifiables property.
For example, to add a new item, do as follows:
getIdentifiables().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
ObjectRefType
>
JAXBElement
<
ClassificationNodeType
>
JAXBElement
<
ExternalIdentifierType
>
JAXBElement
<
ServiceBindingType
>
JAXBElement
<
OrganizationType
>
JAXBElement
<
AuditableEventType
>
JAXBElement
<
SpecificationLinkType
>
JAXBElement
<
AssociationType1
>
JAXBElement
<
UserType
>
JAXBElement
<
RegistryType
>
JAXBElement
<
IdentifiableType
>
JAXBElement
<
AdhocQueryType
>
JAXBElement
<
ExtrinsicObjectType
>
JAXBElement
<
ClassificationType
>
JAXBElement
<
RegistryPackageType
>
JAXBElement
<
SubscriptionType
>
JAXBElement
<
PersonType
>
JAXBElement
<
FederationType
>
JAXBElement
<
ServiceType
>
JAXBElement
<
ClassificationSchemeType
>
JAXBElement
<
RegistryObjectType
>
JAXBElement
<
ExternalLinkType
>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |