public class GeneralInfoType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for GeneralInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeneralInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:us:mil:ces:metadata:ddms:5}identifier"/>
<element name="name" type="{urn:cdr-ex:describe:sp:1.0}NameType"/>
<element ref="{urn:us:mil:ces:metadata:ddms:5}description" minOccurs="0"/>
<element ref="{urn:us:mil:ces:metadata:ddms:5}pointOfContact" maxOccurs="100"/>
<element name="network" type="{urn:cdr-ex:describe:sp:1.0}NetworkValuesType" minOccurs="0"/>
<element ref="{urn:us:mil:ces:metadata:ddms:5}relatedResource" maxOccurs="100" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DescriptionType |
description |
protected CompoundResourceIdentifierType |
identifier |
protected NameType |
name |
protected List<String> |
network |
protected List<ContactInfoType> |
pointOfContact |
protected List<RelatedResourcesType> |
relatedResource |
| Constructor and Description |
|---|
GeneralInfoType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
DescriptionType |
getDescription()
Description of the service Provider
|
CompoundResourceIdentifierType |
getIdentifier()
Unique identifier for the service provider
|
NameType |
getName()
Gets the value of the name property.
|
List<String> |
getNetwork()
Gets the value of the network property.
|
List<ContactInfoType> |
getPointOfContact()
The points of contact for the service
provider Gets the value of the pointOfContact property.
|
List<RelatedResourcesType> |
getRelatedResource()
The different related resources such as documentation,
user interfaces for the service provider, etc.Gets the value of the relatedResource property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetDescription() |
boolean |
isSetIdentifier() |
boolean |
isSetName() |
boolean |
isSetNetwork() |
boolean |
isSetPointOfContact() |
boolean |
isSetRelatedResource() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setDescription(DescriptionType value)
Sets the value of the description property.
|
void |
setIdentifier(CompoundResourceIdentifierType value)
Sets the value of the identifier property.
|
void |
setName(NameType value)
Sets the value of the name property.
|
void |
setNetwork(List<String> value) |
void |
setPointOfContact(List<ContactInfoType> value) |
void |
setRelatedResource(List<RelatedResourcesType> value) |
String |
toString() |
void |
unsetNetwork() |
void |
unsetPointOfContact() |
void |
unsetRelatedResource() |
@NotNull(message="GeneralInfoType.identifier {javax.validation.constraints.NotNull.message}")
protected CompoundResourceIdentifierType identifier
@NotNull(message="GeneralInfoType.name {javax.validation.constraints.NotNull.message}")
protected NameType name
protected DescriptionType description
@NotNull(message="GeneralInfoType.pointOfContact {javax.validation.constraints.NotNull.message}")
@Size(min=1,
max=100)
protected List<ContactInfoType> pointOfContact
@Size(min=0,
max=100)
protected List<RelatedResourcesType> relatedResource
public CompoundResourceIdentifierType getIdentifier()
CompoundResourceIdentifierTypepublic void setIdentifier(CompoundResourceIdentifierType value)
value - allowed object is
CompoundResourceIdentifierTypepublic boolean isSetIdentifier()
public NameType getName()
NameTypepublic void setName(NameType value)
value - allowed object is
NameTypepublic boolean isSetName()
public DescriptionType getDescription()
DescriptionTypepublic void setDescription(DescriptionType value)
value - allowed object is
DescriptionTypepublic boolean isSetDescription()
public List<ContactInfoType> getPointOfContact()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the pointOfContact property.
For example, to add a new item, do as follows:
getPointOfContact().add(newItem);
Objects of the following type(s) are allowed in the list
ContactInfoType
public boolean isSetPointOfContact()
public void unsetPointOfContact()
public List<String> getNetwork()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the network property.
For example, to add a new item, do as follows:
getNetwork().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetNetwork()
public void unsetNetwork()
public List<RelatedResourcesType> getRelatedResource()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the relatedResource property.
For example, to add a new item, do as follows:
getRelatedResource().add(newItem);
Objects of the following type(s) are allowed in the list
RelatedResourcesType
public boolean isSetRelatedResource()
public void unsetRelatedResource()
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void setPointOfContact(List<ContactInfoType> value)
public void setRelatedResource(List<RelatedResourcesType> value)
Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.