public class MetadataType extends Object
Java class for MetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CustomerIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DivisionIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="UserIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
customerIdentifier |
protected String |
divisionIdentifier |
protected String |
userIdentifier |
protected String |
version |
Constructor and Description |
---|
MetadataType() |
Modifier and Type | Method and Description |
---|---|
String |
getCustomerIdentifier()
Gets the value of the customerIdentifier property.
|
String |
getDivisionIdentifier()
Gets the value of the divisionIdentifier property.
|
String |
getUserIdentifier()
Gets the value of the userIdentifier property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setCustomerIdentifier(String value)
Sets the value of the customerIdentifier property.
|
void |
setDivisionIdentifier(String value)
Sets the value of the divisionIdentifier property.
|
void |
setUserIdentifier(String value)
Sets the value of the userIdentifier property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String version
protected String customerIdentifier
protected String divisionIdentifier
protected String userIdentifier
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getCustomerIdentifier()
String
public void setCustomerIdentifier(String value)
value
- allowed object is
String
public String getDivisionIdentifier()
String
public void setDivisionIdentifier(String value)
value
- allowed object is
String
public String getUserIdentifier()
String
Copyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.