Uses of Class
org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Property
-
Packages that use Property Package Description org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 -
-
Uses of Property in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704
Fields in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 declared as Property Modifier and Type Field Description protected PropertyProperty.Builder. _storedValueFields in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type parameters of type Property Modifier and Type Field Description protected List<Property>MessageProperties. propertyprotected List<Property>PartProperties. propertyMethods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type parameters of type Property Modifier and Type Method Description protected <_P extends Property>
_PProperty.Builder. init(_P _product)Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 that return Property Modifier and Type Method Description PropertyProperty.Builder. build()PropertyObjectFactory. createProperty()Create an instance ofPropertyMethods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 that return types with arguments of type Property Modifier and Type Method Description List<Property>MessageProperties. getProperty()Gets the value of the property property.List<Property>PartProperties. getProperty()Gets the value of the property property.Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with parameters of type Property Modifier and Type Method Description MessageProperties.Builder<_B>MessageProperties.Builder. addProperty(Property... property)Adds the given items to the value of "property"PartProperties.Builder<_B>PartProperties.Builder. addProperty(Property... property)Adds the given items to the value of "property"static Property.Builder<Void>Property. copyExcept(Property _other, com.kscs.util.jaxb.PropertyTree _propertyTree)Property.Builder<_B>Property.Builder. copyOf(Property _other)static <_B> Property.Builder<_B>Property. copyOf(Property _other)static <_B> Property.Builder<_B>Property. copyOf(Property _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static Property.Builder<Void>Property. copyOnly(Property _other, com.kscs.util.jaxb.PropertyTree _propertyTree)MessageProperties.Builder<_B>MessageProperties.Builder. withProperty(Property... property)Sets the new value of "property" (any previous value will be replaced)PartProperties.Builder<_B>PartProperties.Builder. withProperty(Property... property)Sets the new value of "property" (any previous value will be replaced)Method parameters in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type arguments of type Property Modifier and Type Method Description MessageProperties.Builder<_B>MessageProperties.Builder. addProperty(Iterable<? extends Property> property)Adds the given items to the value of "property"PartProperties.Builder<_B>PartProperties.Builder. addProperty(Iterable<? extends Property> property)Adds the given items to the value of "property"MessageProperties.Builder<_B>MessageProperties.Builder. withProperty(Iterable<? extends Property> property)Sets the new value of "property" (any previous value will be replaced)PartProperties.Builder<_B>PartProperties.Builder. withProperty(Iterable<? extends Property> property)Sets the new value of "property" (any previous value will be replaced)Constructors in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with parameters of type Property Constructor Description Builder(_B _parentBuilder, Property _other, boolean _copy)Builder(_B _parentBuilder, Property _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-