Class IncludeObject
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.IncludeObject
-
public class IncludeObject extends java.lang.ObjectJava 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"> <attribute name="WhichDocument" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="hasObjectTagsAndAttributesSet" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="ObjId" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="createReference" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleancreateReferenceprotected java.lang.BooleanhasObjectTagsAndAttributesSetprotected java.lang.StringobjIdprotected java.lang.ObjectwhichDocument
-
Constructor Summary
Constructors Constructor Description IncludeObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetObjId()Gets the value of the objId property.java.lang.ObjectgetWhichDocument()Gets the value of the whichDocument property.booleanisCreateReference()Gets the value of the createReference property.booleanisHasObjectTagsAndAttributesSet()Gets the value of the hasObjectTagsAndAttributesSet property.voidsetCreateReference(java.lang.Boolean value)Sets the value of the createReference property.voidsetHasObjectTagsAndAttributesSet(java.lang.Boolean value)Sets the value of the hasObjectTagsAndAttributesSet property.voidsetObjId(java.lang.String value)Sets the value of the objId property.voidsetWhichDocument(java.lang.Object value)Sets the value of the whichDocument property.
-
-
-
Method Detail
-
getWhichDocument
public java.lang.Object getWhichDocument()
Gets the value of the whichDocument property.- Returns:
- possible object is
Object
-
setWhichDocument
public void setWhichDocument(java.lang.Object value)
Sets the value of the whichDocument property.- Parameters:
value- allowed object isObject
-
isHasObjectTagsAndAttributesSet
public boolean isHasObjectTagsAndAttributesSet()
Gets the value of the hasObjectTagsAndAttributesSet property.- Returns:
- possible object is
Boolean
-
setHasObjectTagsAndAttributesSet
public void setHasObjectTagsAndAttributesSet(java.lang.Boolean value)
Sets the value of the hasObjectTagsAndAttributesSet property.- Parameters:
value- allowed object isBoolean
-
getObjId
public java.lang.String getObjId()
Gets the value of the objId property.- Returns:
- possible object is
String
-
setObjId
public void setObjId(java.lang.String value)
Sets the value of the objId property.- Parameters:
value- allowed object isString
-
isCreateReference
public boolean isCreateReference()
Gets the value of the createReference property.- Returns:
- possible object is
Boolean
-
setCreateReference
public void setCreateReference(java.lang.Boolean value)
Sets the value of the createReference property.- Parameters:
value- allowed object isBoolean
-
-