Class RegistryObjectListType
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}Identifiable" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<jakarta.xml.bind.JAXBElement<? extends IdentifiableType>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<jakarta.xml.bind.JAXBElement<? extends IdentifiableType>>Gets the value of the identifiable property.
-
Field Details
-
identifiable
-
-
Constructor Details
-
RegistryObjectListType
public RegistryObjectListType()
-
-
Method Details
-
getIdentifiable
Gets the value of the identifiable property.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
setmethod for the identifiable property.For example, to add a new item, do as follows:
getIdentifiable().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<ClassificationSchemeType>JAXBElement<OrganizationType>JAXBElement<UserType>JAXBElement<PersonType>JAXBElement<AuditableEventType>JAXBElement<ServiceType>JAXBElement<SpecificationLinkType>JAXBElement<ExternalLinkType>JAXBElement<FederationType>JAXBElement<IdentifiableType>JAXBElement<ObjectRefType>JAXBElement<SubscriptionType>JAXBElement<AssociationType1>JAXBElement<ExtrinsicObjectType>JAXBElement<AdhocQueryType>JAXBElement<ServiceBindingType>JAXBElement<RegistryObjectType>JAXBElement<ExternalIdentifierType>JAXBElement<ClassificationNodeType>JAXBElement<RegistryPackageType>JAXBElement<ClassificationType>JAXBElement<RegistryType>
-