Class PartInfo
- java.lang.Object
-
- org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PartInfo
-
public class PartInfo extends Object
Java class for PartInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Schema" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}Schema" minOccurs="0"/> <element name="Description" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}Description" minOccurs="0"/> <element name="PartProperties" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}PartProperties" minOccurs="0"/> </sequence> <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}token" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPartInfo.Builder<_B>static classPartInfo.Selectstatic classPartInfo.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
Field Summary
Fields Modifier and Type Field Description protected Descriptiondescriptionprotected Stringhrefprotected PartPropertiespartPropertiesprotected Schemaschema
-
Constructor Summary
Constructors Constructor Description PartInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PartInfo.Builder<Void>builder()static PartInfo.Builder<Void>copyExcept(PartInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)static <_B> PartInfo.Builder<_B>copyOf(PartInfo _other)static <_B> PartInfo.Builder<_B>copyOf(PartInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static PartInfo.Builder<Void>copyOnly(PartInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)<_B> voidcopyTo(PartInfo.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(PartInfo.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)Copies all state of this object to a builder.DescriptiongetDescription()Gets the value of the description property.StringgetHref()Gets the value of the href property.PartPropertiesgetPartProperties()Gets the value of the partProperties property.SchemagetSchema()Gets the value of the schema property.PartInfo.Builder<Void>newCopyBuilder()<_B> PartInfo.Builder<_B>newCopyBuilder(_B _parentBuilder)<_B> PartInfo.Builder<_B>newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)PartInfo.Builder<Void>newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)voidsetDescription(Description value)Sets the value of the description property.voidsetHref(String value)Sets the value of the href property.voidsetPartProperties(PartProperties value)Sets the value of the partProperties property.voidsetSchema(Schema value)Sets the value of the schema property.
-
-
-
Field Detail
-
schema
protected Schema schema
-
description
protected Description description
-
partProperties
protected PartProperties partProperties
-
href
protected String href
-
-
Method Detail
-
getSchema
public Schema getSchema()
Gets the value of the schema property.- Returns:
- possible object is
Schema
-
setSchema
public void setSchema(Schema value)
Sets the value of the schema property.- Parameters:
value- allowed object isSchema
-
getDescription
public Description getDescription()
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
public void setDescription(Description value)
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
getPartProperties
public PartProperties getPartProperties()
Gets the value of the partProperties property.- Returns:
- possible object is
PartProperties
-
setPartProperties
public void setPartProperties(PartProperties value)
Sets the value of the partProperties property.- Parameters:
value- allowed object isPartProperties
-
getHref
public String getHref()
Gets the value of the href property.- Returns:
- possible object is
String
-
setHref
public void setHref(String value)
Sets the value of the href property.- Parameters:
value- allowed object isString
-
copyTo
public <_B> void copyTo(PartInfo.Builder<_B> _other)
Copies all state of this object to a builder. This method is used by thecopyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PartInfo)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> PartInfo.Builder<_B> newCopyBuilder(_B _parentBuilder)
-
newCopyBuilder
public PartInfo.Builder<Void> newCopyBuilder()
-
builder
public static PartInfo.Builder<Void> builder()
-
copyOf
public static <_B> PartInfo.Builder<_B> copyOf(PartInfo _other)
-
copyTo
public <_B> void copyTo(PartInfo.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder. This method is used by thecopyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PartInfo)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> PartInfo.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
newCopyBuilder
public PartInfo.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> PartInfo.Builder<_B> copyOf(PartInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static PartInfo.Builder<Void> copyExcept(PartInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static PartInfo.Builder<Void> copyOnly(PartInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-