Package org.cip4.lib.xjdf.schema
Class Company
java.lang.Object
org.cip4.lib.xjdf.schema.Company
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class Company
extends Object
implements Serializable
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OrganizationalUnit" type="{http://www.CIP4.org/JDFSchema_2_0}textElement" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="CompanyID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="DescriptiveName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="OrganizationName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the companyID property.Gets the value of the descriptiveName property.Gets the value of the organizationalUnit property.Gets the value of the organizationName property.Gets a map that contains attributes that aren't bound to any typed property on this class.inthashCode()voidsetCompanyID(String value) Sets the value of the companyID property.voidsetDescriptiveName(String value) Sets the value of the descriptiveName property.voidsetOrganizationName(String value) Sets the value of the organizationName property.withCompanyID(String value) withDescriptiveName(String value) withOrganizationalUnit(String... values) withOrganizationalUnit(Collection<String> values) withOrganizationName(String value)
-
Field Details
-
organizationalUnit
-
companyID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String companyID -
descriptiveName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String descriptiveName -
organizationName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String organizationName
-
-
Constructor Details
-
Company
public Company()
-
-
Method Details
-
getOrganizationalUnit
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<String> getOrganizationalUnit()Gets the value of the organizationalUnit property.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
setmethod for the organizationalUnit property.For example, to add a new item, do as follows:
getOrganizationalUnit().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the organizationalUnit property.
-
getCompanyID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getCompanyID()Gets the value of the companyID property.- Returns:
- possible object is
String
-
setCompanyID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setCompanyID(String value) Sets the value of the companyID property.- Parameters:
value- allowed object isString
-
getDescriptiveName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getDescriptiveName()Gets the value of the descriptiveName property.- Returns:
- possible object is
String
-
setDescriptiveName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setDescriptiveName(String value) Sets the value of the descriptiveName property.- Parameters:
value- allowed object isString
-
getOrganizationName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getOrganizationName()Gets the value of the organizationName property.- Returns:
- possible object is
String
-
setOrganizationName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setOrganizationName(String value) Sets the value of the organizationName property.- Parameters:
value- allowed object isString
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Map<QName,String> getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
withOrganizationalUnit
-
withOrganizationalUnit
-
withCompanyID
-
withDescriptiveName
-
withOrganizationName
-
equals
-
hashCode
public int hashCode()
-