Uses of Class
com.helger.xsds.xmldsig.ObjectType
-
-
Uses of ObjectType in com.helger.xsds.xmldsig
Methods in com.helger.xsds.xmldsig that return ObjectType Modifier and Type Method Description ObjectTypeObjectType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2ObjectTypeObjectFactory. createObjectType()Create an instance ofObjectTypeObjectTypeSignatureType. getObjectAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionMethods in com.helger.xsds.xmldsig that return types with arguments of type ObjectType Modifier and Type Method Description JAXBElement<ObjectType>ObjectFactory. createObject(ObjectType value)List<ObjectType>SignatureType. getObject()Gets the value of the object property.Methods in com.helger.xsds.xmldsig with parameters of type ObjectType Modifier and Type Method Description voidSignatureType. addObject(ObjectType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidObjectType. cloneTo(ObjectType ret)This method clones all values fromthisto the passed object.JAXBElement<ObjectType>ObjectFactory. createObject(ObjectType value)Method parameters in com.helger.xsds.xmldsig with type arguments of type ObjectType Modifier and Type Method Description voidSignatureType. setObject(List<ObjectType> aList)Created by ph-jaxb22-plugin -Xph-list-extension
-