|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PartInfo
public class PartInfo
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>
| Field Summary | |
|---|---|
protected Description |
description
|
protected String |
href
|
protected PartProperties |
partProperties
|
protected Schema |
schema
|
| Constructor Summary | |
|---|---|
PartInfo()
Default no-arg constructor |
|
PartInfo(Schema schema,
Description description,
PartProperties partProperties,
String href)
Fully-initialising value constructor |
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
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. |
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. |
String |
toString()
|
PartInfo |
withDescription(Description value)
|
PartInfo |
withHref(String value)
|
PartInfo |
withPartProperties(PartProperties value)
|
PartInfo |
withSchema(Schema value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Schema schema
protected Description description
protected PartProperties partProperties
protected String href
| Constructor Detail |
|---|
public PartInfo()
public PartInfo(Schema schema,
Description description,
PartProperties partProperties,
String href)
| Method Detail |
|---|
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 String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic PartInfo withSchema(Schema value)
public PartInfo withDescription(Description value)
public PartInfo withPartProperties(PartProperties value)
public PartInfo withHref(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||