Uses of Class
org.w3.xmldsig.ObjectType
-
Packages that use ObjectType Package Description org.w3.xmldsig -
-
Uses of ObjectType in org.w3.xmldsig
Fields in org.w3.xmldsig declared as ObjectType Modifier and Type Field Description protected ObjectTypeObjectType.Builder. _storedValueFields in org.w3.xmldsig with type parameters of type ObjectType Modifier and Type Field Description protected List<ObjectType>SignatureType. objectMethods in org.w3.xmldsig with type parameters of type ObjectType Modifier and Type Method Description protected <_P extends ObjectType>
_PObjectType.Builder. init(_P _product)Methods in org.w3.xmldsig that return ObjectType Modifier and Type Method Description ObjectTypeObjectType.Builder. build()ObjectTypeObjectFactory. createObjectType()Create an instance ofObjectTypeMethods in org.w3.xmldsig that return types with arguments of type ObjectType Modifier and Type Method Description javax.xml.bind.JAXBElement<ObjectType>ObjectFactory. createObject(ObjectType value)List<ObjectType>SignatureType. getObject()Gets the value of the object property.Methods in org.w3.xmldsig with parameters of type ObjectType Modifier and Type Method Description SignatureType.Builder<_B>SignatureType.Builder. addObject(ObjectType... object)Adds the given items to the value of "object"static ObjectType.Builder<Void>ObjectType. copyExcept(ObjectType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)ObjectType.Builder<_B>ObjectType.Builder. copyOf(ObjectType _other)static <_B> ObjectType.Builder<_B>ObjectType. copyOf(ObjectType _other)static <_B> ObjectType.Builder<_B>ObjectType. copyOf(ObjectType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static ObjectType.Builder<Void>ObjectType. copyOnly(ObjectType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)javax.xml.bind.JAXBElement<ObjectType>ObjectFactory. createObject(ObjectType value)SignatureType.Builder<_B>SignatureType.Builder. withObject(ObjectType... object)Sets the new value of "object" (any previous value will be replaced)Method parameters in org.w3.xmldsig with type arguments of type ObjectType Modifier and Type Method Description SignatureType.Builder<_B>SignatureType.Builder. addObject(Iterable<? extends ObjectType> object)Adds the given items to the value of "object"SignatureType.Builder<_B>SignatureType.Builder. withObject(Iterable<? extends ObjectType> object)Sets the new value of "object" (any previous value will be replaced)Constructors in org.w3.xmldsig with parameters of type ObjectType Constructor Description Builder(_B _parentBuilder, ObjectType _other, boolean _copy)Builder(_B _parentBuilder, ObjectType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-