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="PARENT_ID" type="{}PARENT_IDType" minOccurs="0"/>
<element name="DATE_OF_CREATION" type="{}DATE_OF_CREATIONType"/>
<element name="PROTOCOLS" type="{}PROTOCOLSType"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DATEOFCREATIONType |
dateofcreation |
protected PARENTIDType |
parentid |
protected PROTOCOLSType |
protocols |
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.
|
PARENTIDType |
getPARENTID()
Gets the value of the parentid property.
|
PROTOCOLSType |
getPROTOCOLS()
Gets the value of the protocols 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 |
setPARENTID(PARENTIDType value)
Sets the value of the parentid property.
|
void |
setPROTOCOLS(PROTOCOLSType value)
Sets the value of the protocols 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 PARENTIDType parentid
protected DATEOFCREATIONType dateofcreation
protected PROTOCOLSType protocols
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 PARENTIDType getPARENTID()
PARENTIDTypepublic void setPARENTID(PARENTIDType value)
value - allowed object is
PARENTIDTypepublic DATEOFCREATIONType getDATEOFCREATION()
DATEOFCREATIONTypepublic void setDATEOFCREATION(DATEOFCREATIONType value)
value - allowed object is
DATEOFCREATIONTypepublic PROTOCOLSType getPROTOCOLS()
PROTOCOLSTypepublic void setPROTOCOLS(PROTOCOLSType value)
value - allowed object is
PROTOCOLSTypeCopyright © 2022. All rights reserved.