Class BuildObject
java.lang.Object
flexagon.fd.core.partial.jaxb.build.BuildObject
- All Implemented Interfaces:
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>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the objectHash property.Gets the value of the objectPath property.Gets the value of the objectTypeCode property.longGets the value of the packageObjectId property.Gets the value of the subcomponentName property.Gets the value of the subcomponentType property.voidsetObjectHash(String value) Sets the value of the objectHash property.voidsetObjectPath(String value) Sets the value of the objectPath property.voidsetObjectTypeCode(String value) Sets the value of the objectTypeCode property.voidsetPackageObjectId(long value) Sets the value of the packageObjectId property.voidsetSubcomponentName(String value) Sets the value of the subcomponentName property.voidsetSubcomponentType(String value) Sets the value of the subcomponentType property.
-
Field Details
-
packageObjectId
protected long packageObjectId -
objectPath
-
objectTypeCode
-
subcomponentName
-
subcomponentType
-
objectHash
-
-
Constructor Details
-
BuildObject
public BuildObject()
-
-
Method Details
-
getPackageObjectId
public long getPackageObjectId()Gets the value of the packageObjectId property. -
setPackageObjectId
public void setPackageObjectId(long value) Sets the value of the packageObjectId property. -
getObjectPath
Gets the value of the objectPath property.- Returns:
- possible object is
String
-
setObjectPath
Sets the value of the objectPath property.- Parameters:
value- allowed object isString
-
getObjectTypeCode
Gets the value of the objectTypeCode property.- Returns:
- possible object is
String
-
setObjectTypeCode
Sets the value of the objectTypeCode property.- Parameters:
value- allowed object isString
-
getSubcomponentName
Gets the value of the subcomponentName property.- Returns:
- possible object is
String
-
setSubcomponentName
Sets the value of the subcomponentName property.- Parameters:
value- allowed object isString
-
getSubcomponentType
Gets the value of the subcomponentType property.- Returns:
- possible object is
String
-
setSubcomponentType
Sets the value of the subcomponentType property.- Parameters:
value- allowed object isString
-
getObjectHash
Gets the value of the objectHash property.- Returns:
- possible object is
String
-
setObjectHash
Sets the value of the objectHash property.- Parameters:
value- allowed object isString
-