Package network.oxalis.peppol.sbdh.jaxb
Class DocumentIdentification
- java.lang.Object
-
- network.oxalis.peppol.sbdh.jaxb.DocumentIdentification
-
public class DocumentIdentification extends Object
Java class for DocumentIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentIdentification"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Standard" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="TypeVersion" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="InstanceIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="CreationDateAndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendarcreationDateAndTimeprotected StringinstanceIdentifierprotected Stringstandardprotected Stringtypeprotected StringtypeVersion
-
Constructor Summary
Constructors Constructor Description DocumentIdentification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetCreationDateAndTime()Gets the value of the creationDateAndTime property.StringgetInstanceIdentifier()Gets the value of the instanceIdentifier property.StringgetStandard()Gets the value of the standard property.StringgetType()Gets the value of the type property.StringgetTypeVersion()Gets the value of the typeVersion property.voidsetCreationDateAndTime(XMLGregorianCalendar value)Sets the value of the creationDateAndTime property.voidsetInstanceIdentifier(String value)Sets the value of the instanceIdentifier property.voidsetStandard(String value)Sets the value of the standard property.voidsetType(String value)Sets the value of the type property.voidsetTypeVersion(String value)Sets the value of the typeVersion property.
-
-
-
Field Detail
-
standard
protected String standard
-
typeVersion
protected String typeVersion
-
instanceIdentifier
protected String instanceIdentifier
-
type
protected String type
-
creationDateAndTime
protected XMLGregorianCalendar creationDateAndTime
-
-
Method Detail
-
getStandard
public String getStandard()
Gets the value of the standard property.- Returns:
- possible object is
String
-
setStandard
public void setStandard(String value)
Sets the value of the standard property.- Parameters:
value- allowed object isString
-
getTypeVersion
public String getTypeVersion()
Gets the value of the typeVersion property.- Returns:
- possible object is
String
-
setTypeVersion
public void setTypeVersion(String value)
Sets the value of the typeVersion property.- Parameters:
value- allowed object isString
-
getInstanceIdentifier
public String getInstanceIdentifier()
Gets the value of the instanceIdentifier property.- Returns:
- possible object is
String
-
setInstanceIdentifier
public void setInstanceIdentifier(String value)
Sets the value of the instanceIdentifier property.- Parameters:
value- allowed object isString
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getCreationDateAndTime
public XMLGregorianCalendar getCreationDateAndTime()
Gets the value of the creationDateAndTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreationDateAndTime
public void setCreationDateAndTime(XMLGregorianCalendar value)
Sets the value of the creationDateAndTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-