Uses of Class
com.helger.regrep.rim.ObjectRefListType
-
Packages that use ObjectRefListType Package Description com.helger.regrep.lcm com.helger.regrep.rim com.helger.regrep.rs com.helger.regrep.spi -
-
Uses of ObjectRefListType in com.helger.regrep.lcm
Methods in com.helger.regrep.lcm that return ObjectRefListType Modifier and Type Method Description ObjectRefListTypeRemoveObjectsRequest. getObjectRefList()Gets the value of the objectRefList property.ObjectRefListTypeUpdateObjectsRequest. getObjectRefList()Gets the value of the objectRefList property.Methods in com.helger.regrep.lcm with parameters of type ObjectRefListType Modifier and Type Method Description voidRemoveObjectsRequest. setObjectRefList(ObjectRefListType value)Sets the value of the objectRefList property.voidUpdateObjectsRequest. setObjectRefList(ObjectRefListType value)Sets the value of the objectRefList property. -
Uses of ObjectRefListType in com.helger.regrep.rim
Methods in com.helger.regrep.rim that return ObjectRefListType Modifier and Type Method Description ObjectRefListTypeObjectRefListType. clone()Created by ph-jaxb-plugin -Xph-cloneable2ObjectRefListTypeObjectFactory. createObjectRefListType()Create an instance ofObjectRefListTypeObjectRefListTypeActionType. getAffectedObjectRefs()Gets the value of the affectedObjectRefs property.Methods in com.helger.regrep.rim that return types with arguments of type ObjectRefListType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ObjectRefListType>ObjectFactory. createObjectRefList(ObjectRefListType value)Methods in com.helger.regrep.rim with parameters of type ObjectRefListType Modifier and Type Method Description voidObjectRefListType. cloneTo(ObjectRefListType ret)This method clones all values fromthisto the passed object.jakarta.xml.bind.JAXBElement<ObjectRefListType>ObjectFactory. createObjectRefList(ObjectRefListType value)voidActionType. setAffectedObjectRefs(ObjectRefListType value)Sets the value of the affectedObjectRefs property. -
Uses of ObjectRefListType in com.helger.regrep.rs
Methods in com.helger.regrep.rs that return ObjectRefListType Modifier and Type Method Description ObjectRefListTypeRegistryResponseType. getObjectRefList()Gets the value of the objectRefList property.Methods in com.helger.regrep.rs with parameters of type ObjectRefListType Modifier and Type Method Description voidRegistryResponseType. setObjectRefList(ObjectRefListType value)Sets the value of the objectRefList property. -
Uses of ObjectRefListType in com.helger.regrep.spi
Methods in com.helger.regrep.spi that return ObjectRefListType Modifier and Type Method Description ObjectRefListTypeCatalogObjectsRequest. getObjectRefList()Gets the value of the objectRefList property.ObjectRefListTypeValidateObjectsRequest. getObjectRefList()Gets the value of the objectRefList property.Methods in com.helger.regrep.spi with parameters of type ObjectRefListType Modifier and Type Method Description voidCatalogObjectsRequest. setObjectRefList(ObjectRefListType value)Sets the value of the objectRefList property.voidValidateObjectsRequest. setObjectRefList(ObjectRefListType value)Sets the value of the objectRefList property.
-