public class BuildObject
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="SubcomponentName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SubcomponentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <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 |
protected java.lang.String |
subcomponentName |
protected java.lang.String |
subcomponentType |
Constructor and Description |
---|
BuildObject() |
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.
|
java.lang.String |
getSubcomponentName()
Gets the value of the subcomponentName property.
|
java.lang.String |
getSubcomponentType()
Gets the value of the subcomponentType 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.
|
void |
setSubcomponentName(java.lang.String value)
Sets the value of the subcomponentName property.
|
void |
setSubcomponentType(java.lang.String value)
Sets the value of the subcomponentType property.
|
protected long packageObjectId
protected java.lang.String objectPath
protected java.lang.String objectTypeCode
protected java.lang.String subcomponentName
protected java.lang.String subcomponentType
protected java.lang.String objectHash
public long getPackageObjectId()
public void setPackageObjectId(long value)
public java.lang.String getObjectPath()
String
public void setObjectPath(java.lang.String value)
value
- allowed object is
String
public java.lang.String getObjectTypeCode()
String
public void setObjectTypeCode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubcomponentName()
String
public void setSubcomponentName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubcomponentType()
String
public void setSubcomponentType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getObjectHash()
String
public void setObjectHash(java.lang.String value)
value
- allowed object is
String