public class HEADERType extends Object
Java class for HEADERType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HEADERType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="RESOURCE_IDENTIFIER" type="{}RESOURCE_IDENTIFIERType"/>
<element name="RESOURCE_TYPE" type="{}RESOURCE_TYPEType"/>
<element name="RESOURCE_KIND" type="{}RESOURCE_KINDType"/>
<element name="RESOURCE_URI" type="{}RESOURCE_URIType"/>
<element name="DATE_OF_CREATION" type="{}DATE_OF_CREATIONType"/>
<element name="PROTOCOL" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DATEOFCREATIONType |
dateofcreation |
protected String |
protocol |
protected RESOURCEIDENTIFIERType |
resourceidentifier |
protected RESOURCEKINDType |
resourcekind |
protected RESOURCETYPEType |
resourcetype |
protected RESOURCEURIType |
resourceuri |
| Constructor and Description |
|---|
HEADERType() |
| Modifier and Type | Method and Description |
|---|---|
DATEOFCREATIONType |
getDATEOFCREATION()
Gets the value of the dateofcreation property.
|
String |
getPROTOCOL()
Gets the value of the protocol property.
|
RESOURCEIDENTIFIERType |
getRESOURCEIDENTIFIER()
Gets the value of the resourceidentifier property.
|
RESOURCEKINDType |
getRESOURCEKIND()
Gets the value of the resourcekind property.
|
RESOURCETYPEType |
getRESOURCETYPE()
Gets the value of the resourcetype property.
|
RESOURCEURIType |
getRESOURCEURI()
Gets the value of the resourceuri property.
|
void |
setDATEOFCREATION(DATEOFCREATIONType value)
Sets the value of the dateofcreation property.
|
void |
setPROTOCOL(String value)
Sets the value of the protocol property.
|
void |
setRESOURCEIDENTIFIER(RESOURCEIDENTIFIERType value)
Sets the value of the resourceidentifier property.
|
void |
setRESOURCEKIND(RESOURCEKINDType value)
Sets the value of the resourcekind property.
|
void |
setRESOURCETYPE(RESOURCETYPEType value)
Sets the value of the resourcetype property.
|
void |
setRESOURCEURI(RESOURCEURIType value)
Sets the value of the resourceuri property.
|
protected RESOURCEIDENTIFIERType resourceidentifier
protected RESOURCETYPEType resourcetype
protected RESOURCEKINDType resourcekind
protected RESOURCEURIType resourceuri
protected DATEOFCREATIONType dateofcreation
protected String protocol
public RESOURCEIDENTIFIERType getRESOURCEIDENTIFIER()
RESOURCEIDENTIFIERTypepublic void setRESOURCEIDENTIFIER(RESOURCEIDENTIFIERType value)
value - allowed object is
RESOURCEIDENTIFIERTypepublic RESOURCETYPEType getRESOURCETYPE()
RESOURCETYPETypepublic void setRESOURCETYPE(RESOURCETYPEType value)
value - allowed object is
RESOURCETYPETypepublic RESOURCEKINDType getRESOURCEKIND()
RESOURCEKINDTypepublic void setRESOURCEKIND(RESOURCEKINDType value)
value - allowed object is
RESOURCEKINDTypepublic RESOURCEURIType getRESOURCEURI()
RESOURCEURITypepublic void setRESOURCEURI(RESOURCEURIType value)
value - allowed object is
RESOURCEURITypepublic DATEOFCREATIONType getDATEOFCREATION()
DATEOFCREATIONTypepublic void setDATEOFCREATION(DATEOFCREATIONType value)
value - allowed object is
DATEOFCREATIONTypepublic String getPROTOCOL()
StringCopyright © 2019. All rights reserved.