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>
| Modifier and Type | Class and Description |
|---|---|
static class |
PartInfo.Builder<_B> |
static class |
PartInfo.Select |
static class |
PartInfo.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected String |
href |
protected PartProperties |
partProperties |
protected Schema |
schema |
| Constructor and Description |
|---|
PartInfo() |
| Modifier and Type | Method and 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> void |
copyTo(PartInfo.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_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.
|
Description |
getDescription()
Gets the value of the description property.
|
String |
getHref()
Gets the value of the href property.
|
PartProperties |
getPartProperties()
Gets the value of the partProperties property.
|
Schema |
getSchema()
Gets the value of the schema property.
|
<_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() |
PartInfo.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setPartProperties(PartProperties value)
Sets the value of the partProperties property.
|
void |
setSchema(Schema value)
Sets the value of the schema property.
|
protected Schema schema
protected Description description
protected PartProperties partProperties
protected String href
public Schema getSchema()
Schemapublic void setSchema(Schema value)
value - allowed object is
Schemapublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic PartProperties getPartProperties()
PartPropertiespublic void setPartProperties(PartProperties value)
value - allowed object is
PartPropertiespublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic <_B> void copyTo(PartInfo.Builder<_B> _other)
copyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PartInfo) 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> PartInfo.Builder<_B> newCopyBuilder(_B _parentBuilder)
public PartInfo.Builder<Void> newCopyBuilder()
public static PartInfo.Builder<Void> builder()
public static <_B> PartInfo.Builder<_B> copyOf(PartInfo _other)
public <_B> void copyTo(PartInfo.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.PartInfo) 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> PartInfo.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public PartInfo.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> PartInfo.Builder<_B> copyOf(PartInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static PartInfo.Builder<Void> copyExcept(PartInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static PartInfo.Builder<Void> copyOnly(PartInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2022 NorStella. All rights reserved.