public class PartProperties extends Object
Java class for PartProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Property" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}Property" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PartProperties.Builder<_B> |
static class |
PartProperties.Select |
static class |
PartProperties.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Constructor and Description |
|---|
PartProperties() |
| Modifier and Type | Method and Description |
|---|---|
static PartProperties.Builder<Void> |
builder() |
static PartProperties.Builder<Void> |
copyExcept(PartProperties _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> PartProperties.Builder<_B> |
copyOf(PartProperties _other) |
static <_B> PartProperties.Builder<_B> |
copyOf(PartProperties _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static PartProperties.Builder<Void> |
copyOnly(PartProperties _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(PartProperties.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(PartProperties.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
List<Property> |
getProperty()
Gets the value of the property property.
|
<_B> PartProperties.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> PartProperties.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
PartProperties.Builder<Void> |
newCopyBuilder() |
PartProperties.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
public List<Property> getProperty()
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 set method for the property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
Property
public <_B> void copyTo(PartProperties.Builder<_B> _other)
copyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PartProperties) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> PartProperties.Builder<_B> newCopyBuilder(_B _parentBuilder)
public PartProperties.Builder<Void> newCopyBuilder()
public static PartProperties.Builder<Void> builder()
public static <_B> PartProperties.Builder<_B> copyOf(PartProperties _other)
public <_B> void copyTo(PartProperties.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PartProperties) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> PartProperties.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public PartProperties.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> PartProperties.Builder<_B> copyOf(PartProperties _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static PartProperties.Builder<Void> copyExcept(PartProperties _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static PartProperties.Builder<Void> copyOnly(PartProperties _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2022 NorStella. All rights reserved.