public class Identifier extends Object
Java class for identifier complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="identifier">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifierValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | identifierValue | 
| protected String | source | 
| Constructor and Description | 
|---|
| Identifier() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getIdentifierValue()Gets the value of the identifierValue property. | 
| String | getSource()Gets the value of the source property. | 
| void | setIdentifierValue(String value)Sets the value of the identifierValue property. | 
| void | setSource(String value)Sets the value of the source property. | 
protected String identifierValue
public Identifier()
public String getIdentifierValue()
Stringpublic void setIdentifierValue(String value)
value - allowed object is
              Stringpublic String getSource()
StringCopyright © 2004–2015 The Kuali Foundation. All rights reserved.