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="MultipleType" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="CreationDateAndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected XMLGregorianCalendar |
creationDateAndTime |
protected String |
instanceIdentifier |
protected Boolean |
multipleType |
protected String |
standard |
protected String |
type |
protected String |
typeVersion |
Constructor and Description |
---|
DocumentIdentification() |
Modifier and Type | Method and Description |
---|---|
XMLGregorianCalendar |
getCreationDateAndTime()
Gets the value of the creationDateAndTime property.
|
String |
getInstanceIdentifier()
Gets the value of the instanceIdentifier property.
|
String |
getStandard()
Gets the value of the standard property.
|
String |
getType()
Gets the value of the type property.
|
String |
getTypeVersion()
Gets the value of the typeVersion property.
|
Boolean |
isMultipleType()
Gets the value of the multipleType property.
|
void |
setCreationDateAndTime(XMLGregorianCalendar value)
Sets the value of the creationDateAndTime property.
|
void |
setInstanceIdentifier(String value)
Sets the value of the instanceIdentifier property.
|
void |
setMultipleType(Boolean value)
Sets the value of the multipleType property.
|
void |
setStandard(String value)
Sets the value of the standard property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setTypeVersion(String value)
Sets the value of the typeVersion property.
|
protected String standard
protected String typeVersion
protected String instanceIdentifier
protected String type
protected Boolean multipleType
protected XMLGregorianCalendar creationDateAndTime
public String getStandard()
String
public void setStandard(String value)
value
- allowed object is
String
public String getTypeVersion()
String
public void setTypeVersion(String value)
value
- allowed object is
String
public String getInstanceIdentifier()
String
public void setInstanceIdentifier(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public Boolean isMultipleType()
Boolean
public void setMultipleType(Boolean value)
value
- allowed object is
Boolean
public XMLGregorianCalendar getCreationDateAndTime()
XMLGregorianCalendar
public void setCreationDateAndTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.