public class Object
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PackageObjectId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="ObjectPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ObjectTypeCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ObjectHash" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
objectHash |
protected java.lang.String |
objectPath |
protected java.lang.String |
objectTypeCode |
protected long |
packageObjectId |
| Constructor and Description |
|---|
Object() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getObjectHash()
Gets the value of the objectHash property.
|
java.lang.String |
getObjectPath()
Gets the value of the objectPath property.
|
java.lang.String |
getObjectTypeCode()
Gets the value of the objectTypeCode property.
|
long |
getPackageObjectId()
Gets the value of the packageObjectId property.
|
void |
setObjectHash(java.lang.String value)
Sets the value of the objectHash property.
|
void |
setObjectPath(java.lang.String value)
Sets the value of the objectPath property.
|
void |
setObjectTypeCode(java.lang.String value)
Sets the value of the objectTypeCode property.
|
void |
setPackageObjectId(long value)
Sets the value of the packageObjectId property.
|
protected long packageObjectId
protected java.lang.String objectPath
protected java.lang.String objectTypeCode
protected java.lang.String objectHash
public long getPackageObjectId()
public void setPackageObjectId(long value)
public java.lang.String getObjectPath()
Stringpublic void setObjectPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getObjectTypeCode()
Stringpublic void setObjectTypeCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getObjectHash()
Stringpublic void setObjectHash(java.lang.String value)
value - allowed object is
String