public class PartInfo
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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 | Field and Description |
|---|---|
protected Description |
description |
protected java.lang.String |
href |
protected PartProperties |
partProperties |
protected Schema |
schema |
| Constructor and Description |
|---|
PartInfo()
Default no-arg constructor
|
PartInfo(Schema schema,
Description description,
PartProperties partProperties,
java.lang.String href)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Description |
getDescription()
Gets the value of the description property.
|
java.lang.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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setHref(java.lang.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.
|
java.lang.String |
toString() |
PartInfo |
withDescription(Description value) |
PartInfo |
withHref(java.lang.String value) |
PartInfo |
withPartProperties(PartProperties value) |
PartInfo |
withSchema(Schema value) |
protected Schema schema
protected Description description
protected PartProperties partProperties
protected java.lang.String href
public PartInfo()
public PartInfo(Schema schema, Description description, PartProperties partProperties, java.lang.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 java.lang.String getHref()
Stringpublic void setHref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Objectpublic PartInfo withDescription(Description value)
public PartInfo withPartProperties(PartProperties value)
public PartInfo withHref(java.lang.String value)
Copyright © 2014 Digipost Open Source. All Rights Reserved.